home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- if not exist HGWDEMO.EXE goto nodemo
- HGWDEMO %1
- echo
- echo Thank you for watching the Harvard
- echo Graphics for Windows demo. If you
- echo want to view it again, type DEMO
- echo and press the ENTER key.
- echo
- goto exit
- :nodemo
- echo Sorry, your Harvard Graphics for Windows
- echo demo has not been properly installed.
- echo Please install the demo again following
- echo the instructions on the label.
- echo
- :exit
-